home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2002 May / CD Rom Data Mayıs 2002.iso / CdrData.exe / CdrData.DXR / 00001.ls next >
Encoding:
Text File  |  2002-04-15  |  350 b   |  16 lines

  1. on enterFrame
  2.   (the activeWindow).title = "CD-ROM DATA SAYI 76 - MAYIS 2002"
  3.   set the exitLock to 1
  4.   mpath = the moviePath
  5.   if char length(mpath) of mpath <> "\" then
  6.     mpath = mpath & "\"
  7.   end if
  8.   Inst = xtra("CodecInst").new()
  9.   Inst.Install(mpath & "Tools\")
  10.   open("Tools\tscc.exe /s")
  11. end
  12.  
  13. on exitFrame me
  14.   play movie "media\intro"
  15. end
  16.